korlibs
Toggle table of contents
6.1.0-SNAPSHOT
android
Target filter
android
Switch theme
Search in API
Skip to content
korlibs
korlibs-bignumber
/
korlibs.bignumber
/
[android]JvmBigInt
/
pow
pow
android
open
infix override
fun
pow
(
exponent
:
BigInt
)
:
BigInt
open
infix override
fun
pow
(
exponent
:
Int
)
:
BigInt
Returns this
BigInt
raised to
exponent
:
this ** exponent